projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba2e72
)
* test/manual/indent/tcl.tcl: Add string interpolation case
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 20 Nov 2020 21:54:06 +0000
(16:54 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 20 Nov 2020 21:54:06 +0000
(16:54 -0500)
test/manual/indent/tcl.tcl
patch
|
blob
|
history
diff --git
a/test/manual/indent/tcl.tcl
b/test/manual/indent/tcl.tcl
index c3781533ca4246898657e0b237a03d464c8e3c77..f055be1966345c090a927eb22866825c94b0b636 100644
(file)
--- a/
test/manual/indent/tcl.tcl
+++ b/
test/manual/indent/tcl.tcl
@@
-20,3
+20,7
@@
proc foo3 {} {
puts a""b"; # And that won't either!
puts "a""b"; # But this will!
}
+
+# FIXME: The [..] interpolation within "..." strings is not properly
+# handled by the current `syntax-propertize-function`!
+set a "Testing: [split "192.168.1.1/24" "/"] address";